home *** CD-ROM | disk | FTP | other *** search
/ AMIGA PD 1 / AMIGA-PD-1.iso / NetBSD / docs-netbsd / Mailinglist-Archive / 1994-10.gz / 1994-10 / 000402_owner-current-users@netbsd.org_Mon Oct 17 20:48:58 1994.msg < prev    next >
Text File  |  1994-11-20  |  1KB  |  29 lines

  1. X-Authentication-Warning: sun-lamp.cs.berkeley.edu: Host LOCALHOST didn't use HELO protocol
  2. To: Ian Fitchet <I.D.Fitchet@fulcrum.co.uk>
  3. Cc: current-users@netbsd.org, port-i386@netbsd.org
  4. Subject: Re: NetBSD/i386 1.0-BETA binaries 
  5.              <199410170952.KAA04022@fulcrum.fulcrum.co.uk> 
  6. From: Adam Glass <glass@netbsd.org>
  7. Sender: owner-current-users@netbsd.org
  8.  
  9. > Hi,
  10. >     A couple of quick questions (and the inevitable "how *I*
  11. > bootstrapped netbsd").
  12. >     1. how do you configure vnode devices into the kernel?  I
  13. > wanted to create some boot floppies for my colleague but they require
  14. > vnconfig.  The only reference I then found to vnd* was in swap devices
  15. > in two of the sample kernel configs and that vnd has major number 14.
  16. > My symptom is, when vnconfig is invoked it complains that "device not
  17. > configured".  (Even after rebooting on one of those kernels).  MAKEDEV
  18. > produced the devices, but it strikes me as a kernel side problem.
  19. > VNODEPAGER is defined in the kernel.
  20.  
  21. add 'pseudo-device vn 4' to your kernel config.  compile a new kernel
  22. based on that config.  then try the scripts in
  23. /usr/src/distrib/i386/floppies which use vn.
  24.  
  25. later,
  26. Adam Glass